home *** CD-ROM | disk | FTP | other *** search
- Path: ix.netcom.com!news
- From: studwoof@ix.netcom.com(Studcat's Big Studdog.)
- Newsgroups: comp.lang.c
- Subject: HELP HELP HELP HELP! NEED TO KNOW ASAP!
- Date: 9 Mar 1996 02:00:09 GMT
- Organization: Netcom
- Message-ID: <4hqon9$jm@dfw-ixnews4.ix.netcom.com>
- NNTP-Posting-Host: ix-tf7-17.ix.netcom.com
- X-NETCOM-Date: Fri Mar 08 8:00:09 PM CST 1996
-
- Sorry for the loud subject. I recently bought Turbo C++ and now
- I'm stuck with a problem for a bit of code for a game I'm working on.
- The problem is that I'm getting 4 lines of text by adding a letter from
- getche and adding it to a char array one letter at a time. The problem
- is that with my old compiler it would let me get all the input I would
- need, Turbo C++ only let's me type all 4 lines, but it stops adding
- characters around 200 characters. What's happening to my characters? I
- thought getch/getche was unbuffered and would in theory let me type and
- add to the character array until I ran out of space in the array. If
- anyone can tell me how to rememdy this.. PLEASE PLEASE tell me as I'm
- in a real bind. Thanks
-
- - StudWoof.
-